PREQ-3880 persist AWS_PROFILE in post step#31
Closed
mikolaj-matuszny-ext-sonarsource wants to merge 3 commits intomasterfrom
Closed
PREQ-3880 persist AWS_PROFILE in post step#31mikolaj-matuszny-ext-sonarsource wants to merge 3 commits intomasterfrom
mikolaj-matuszny-ext-sonarsource wants to merge 3 commits intomasterfrom
Conversation
SamirM-BE
approved these changes
Feb 2, 2026
227e072 to
25fc020
Compare
julien-carsique-sonarsource
requested changes
Feb 2, 2026
Contributor
julien-carsique-sonarsource
left a comment
There was a problem hiding this comment.
The comment does not match the test, which is successful.
The test may not properly reproduce the failing behavior.
It was already reported that there are conflicts with external usage of configure-aws-credentials before or after call to this action.
25fc020 to
4a47c7f
Compare
4a47c7f to
2b973d8
Compare
2046c0b to
e8b47c0
Compare
fc58249 to
7ef4219
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Tested in https://github.com/SonarSource/sonar-dummy/actions/runs/21586136174/job/62194656615?pr=547#step:11:7
Export AWS_PROFILE to GITHUB_ENV so the profile persists to post steps (cache save). This is necessary because step-level env vars don't persist to post steps.